home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / pubdom.tar / pubdom / rbj / bench next >
Text File  |  1990-05-09  |  266b  |  11 lines

  1. %%HP: T(3)A(D)F(.);
  2. @  BENCH  BenchMark Program
  3. @  RBJ 5/09/90  Clocks the Execution Time in seconds of arbitrary FUNCtion
  4. @
  5. @  (args) 'FUNC' -> (results) time
  6.  
  7. \<< TICKS \-> t
  8.   \<< EVAL TICKS t - B\->R 8192 / \>>                                    
  9. \>>
  10.  
  11.